home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 September / Designer's Club 1996 September.iso / pc / ideasrc / lincoln.dir / 00219_Script_219 < prev    next >
Text File  |  1996-08-14  |  506b  |  13 lines

  1. on keyDown 
  2.   if the key = 1 then set the soundLevel to (1)
  3.   if the key = 2 then set the soundLevel to (2)
  4.   if the key = 3 then set the soundLevel to (3)
  5.   if the key = 4 then set the soundLevel to (4)
  6.   if the key = 5 then set the soundLevel to (5)
  7.   if the key = 6 then set the soundLevel to (6)
  8.   if the key = 7 then set the soundLevel to (7)
  9.   if the key = "t" then go the frame + 1
  10.   if the keycode = "117" then go the frame + 1
  11.   if the keycode = "51" then go the frame + 1
  12. end keydown
  13.